Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix assigned but unused variable warning #326

Merged
merged 1 commit into from Nov 3, 2013
Merged

Fix assigned but unused variable warning #326

merged 1 commit into from Nov 3, 2013

Conversation

timcraft
Copy link
Contributor

@timcraft timcraft commented Nov 3, 2013

Loading webmock with a verbose warning level e.g. ruby -W2 -r webmock -e '' prints out "warning: assigned but unused variable - response". Patch removes the unused variable in question.

@bblimke
Copy link
Owner

bblimke commented Nov 3, 2013

Thanks! In what situation do you load WebMock with verbose warning level?

bblimke added a commit that referenced this pull request Nov 3, 2013
Fix assigned but unused variable warning
@bblimke bblimke merged commit f6ad275 into bblimke:master Nov 3, 2013
@timcraft timcraft deleted the patch-1 branch November 3, 2013 21:54
@timcraft
Copy link
Contributor Author

timcraft commented Nov 3, 2013

@bblimke Thank you, usually every time I run my tests :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants